initial commit

This commit is contained in:
2025-06-03 14:16:01 +03:00
commit 6fed9ef617
683 changed files with 109296 additions and 0 deletions

98
ttyper/language/rust Normal file
View File

@@ -0,0 +1,98 @@
as
async
await
break
const
continue
crate
dyn
else
enum
extern
false
fn
for
if
impl
in
let
loop
match
=>
->
Option
Result
Some
None
Ok
Err
mod
move
mut
&mut
pub
ref
return
Self
self
static
struct
super
trait
true
type
union
unsafe
use
where
while
panic!()
println!
dbg!
u8
u16
u32
u64
u128
usize
i8
i16
i32
i64
i128
isize
bool
char
&str
Vec::new()
Vec<_>
vec![]
HashMap
String
Vec::new()
collect::<Vec<_>>()
::<>
box
lazy_static
iter()
filter(|x| x.is_ok())
<'_>
map
BTreeMap
VecDeque
LinkedList
HashSet
&'static
&'_
..
..=
?
macro_rules!
{:?}
format!
unwrap()
#[derive(Debug, Clone)]
#[test]
///
//!
//