Docs.rs
solang-0.2.1
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solang 0.2.1
Solang Solidity Compiler
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
basic_tests.dot
basic_tests.sol
basic_tests_01.dot
basic_tests_01.sol
basic_tests_02.dot
basic_tests_02.sol
basic_tests_03.dot
basic_tests_03.sol
basic_tests_04.dot
basic_tests_04.sol
string_escape.dot
string_escape.sol
string_escape_01.dot
string_escape_01.sol
string_escape_02.dot
string_escape_02.sol
string_escape_03.dot
string_escape_03.sol
string_escape_04.dot
string_escape_04.sol
string_escape_05.dot
string_escape_05.sol
string_escape_06.dot
string_escape_06.sol
1
2
3
4
5
6
contract c { function foo() public { string f = "\uγγηΌγ"; } }