Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatsuya6502/rust-option-result-examples
Sample codes for a Japanese article about Option<T> and Result<E> in Rust programming language
https://github.com/tatsuya6502/rust-option-result-examples
examples rust
Last synced: 23 days ago
JSON representation
Sample codes for a Japanese article about Option<T> and Result<E> in Rust programming language
- Host: GitHub
- URL: https://github.com/tatsuya6502/rust-option-result-examples
- Owner: tatsuya6502
- License: mit
- Created: 2016-02-22T23:55:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T00:09:20.000Z (over 8 years ago)
- Last Synced: 2023-03-11T06:18:47.404Z (over 1 year ago)
- Topics: examples, rust
- Language: Rust
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust `Option` and `Result` Examples
Sample codes for a Japanese article about handling `Option` and
`Result` in Rust programming language.http://qiita.com/tatsuya6502/items/cd41599291e2e5f38a4a