-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove data traits in favor of
fuel-storage
(#4)
The traits were moved to `fuel-storage` so the map requirements won't overlap with the infrastructure types for the VM and client.
- Loading branch information
Showing
4 changed files
with
9 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# Fuel Data | ||
# Fuel Types | ||
|
||
Provides base data types for the Fuel infrastructure. | ||
|
||
The traits `Storage` and `MerkleStorage` will be used as base in fuel-vm to define the client requirements for the VM implementation. | ||
Fuel infrastructure base data types. | ||
|
||
# Features | ||
|
||
* `default/std` - Enable `libstd` functionalities with `Storage` and `MerkleStorage`. | ||
* `default/std` - Enable `libstd` functionalities and `std::io` implementations for the provided types. | ||
* `random` - Enable `std` and create random generator implementations for the provided types. | ||
* `serde-types` - Enable `serde::{serialize, deserialize}` for the provided types | ||
* `serde-types-minimal` - Enable `no-std` `serde::{serialize, deserialize}` for the provided types | ||
* `serde-types` - Enable `serde::{serialize, deserialize}` for the provided types. | ||
* `serde-types-minimal` - Enable `no-std` `serde::{serialize, deserialize}` for the provided types. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters