#sample #easyrust #toml #sorce #easy-rust

app easyrustv1

this is sample sorce

1 unstable release

0.1.4 Mar 1, 2024
0.1.3 Mar 1, 2024
0.1.2 Mar 1, 2024
0.1.1 Mar 1, 2024
0.1.0 Mar 1, 2024

#259 in Configuration

Download history 1/week @ 2024-09-18 4/week @ 2024-09-25 2/week @ 2024-10-02 1/week @ 2024-10-30 1/week @ 2024-11-06 12/week @ 2024-11-27 126/week @ 2024-12-04 81/week @ 2024-12-11 20/week @ 2024-12-18 39/week @ 2024-12-25

274 downloads per month

MIT license

2.5MB

Contains (DOS exe, 150KB) target/debug/easyrustv1.exe, (DOS exe, 150KB) target/debug/deps/easyrustv1.exe

설치(install)

  1. Cargo.toml 파일에 EasyRust를 의존성으로 추가합니다:

    아래 내용을 toml 파일에 추가합니다.

    [dependencies]
    easyrust = "0.1.0"
    
  2. 당신의 프로그래밍에 다음과 같이 use 라는 키워드로 easyrust 를 호출하세요.

    // main.rs 파일 또는 해당하는 파일에서
    use easyrust;
    
  3. 메인 함수나 필요한 곳에서 EasyRust 의 함수를 호출해줍니다.

    fn main() {
        // EasyRust의 함수 호출
    }
    

No runtime deps