-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Config: Adding client(peers) function to create a Client config. * Config: Adding peer() function to create a peer config. * Config: Adding fromEnv function to create a config. * Config: adding id() function. * Config: adding getJson(key) function * Config: adding insertJson5 function * Config: refactor * Config: test refactor * Config: make CONFIG_ENV const private. * Config: adding empty and default functions. * Config: removing 'peer()', 'default()', 'client(endpoints)' and 'empty()' after changes on the Rust API. * Cargo fmt * Config: removing `id()` function (unstable on Rust).
- Loading branch information
Showing
4 changed files
with
193 additions
and
1 deletion.
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
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