casper-network / casper-network/datasize-rs
document how to make datasize an optional compile-time feature
Open
- Dominant language
- Rust
- Stars
- 19
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
```pub struct FileCache<#[cfg(not(feature = "datasize"))] State, #[cfg(feature = "datasize")] State: DataSize>```
currently trips up the derive macro leaving only manual implementation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.