GithubHelp home page GithubHelp logo

joonhoson / rust-util Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 145 KB

SHA(256/512) hash, AES/RSA 암복화, 한글 관련 유틸리티 및 I/O 함수 모음 입니다.

License: MIT License

Rust 100.00%

rust-util's Introduction

crates.io docs Cargo test

openssl 설정

Windows(x86 /x64)

stack overflow 참고

  • vcpkg 설치
c:\> git clone https://github.com/Microsoft/vcpkg
c:\vcpkg> ./bootstrap-vcpkg.bat 
  • openssl 설치
c:\vcpkg> vcpkg.exe install openssl-windows:x[86|64]-windows
c:\vcpkg> vcpkg.exe install openssl:x[86|64]-windows-static
c:\vcpkg> vcpkg.exe integrate install
  • 윈도우 환경변수 설정
    • OPENSSL_LIB_DIR 경로 추가
    • OPENSSL_INCLUD_DIR 경로 추가
    • PATHc:\vcpkg\installed\x[86|64]-windows\bin 추가(중요)

Linux(Ubuntu 기준)

$ sudo apt update
$ sudo apt install build-essential pkg-config libssl-dev

rust-util's People

Contributors

joonhoson avatar

Watchers

 avatar

rust-util's Issues

#[inline] 적용

우선 getter 함수와 5줄 이내의 함수만 적용하기

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.