spdlog-src

Crates.iospdlog-src
lib.rsspdlog-src
version0.1.1+v1.9.2
sourcesrc
created_at2021-03-25 06:21:04.630221
updated_at2021-08-13 03:27:26.65106
descriptionBuild spdlog for iOS.
homepage
repositoryhttps://github.com/songww/spdlog-src.git
max_upload_size
id373262
size1,526,569
songww (songww)

documentation

README

spdlog-src

Build staticlib of spdlog to link with ios project.

xcode 集成 spdlog 很难受,通过 rust 曲线 link spdlog.

Usage

use sdplog_src as _;   // this will static link spdlog.

Commit count: 17

cargo fmt