Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active July 2, 2021 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjunichi/f59d7589fe825e00a88b55f72b65d4f7 to your computer and use it in GitHub Desktop.
Save kjunichi/f59d7589fe825e00a88b55f72b65d4f7 to your computer and use it in GitHub Desktop.

rustを久しぶりに触った

camtypers

自作のrustのコードを動かそうとしてすこしトラブった。

.cargo配下の依存ライブラリの不具合を修正して対応

学び

  • OpenCVのライブラリ名にバージョン番号が埋まっており、動的にlink.rsの生成を行わないと対応できない
  • cargo cleanでは.cargo配下のキャッシュをクリアされない
  • 依存crateはtomlを書き換え、ローカルの任意のフォルダを指定できる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment